адд оптион то саве предефинед усер цонфигуратион

bugs:


To support iOS 12, 13 -

I managed to resolve this issue after implementing the workaround method (Adding the -Wl,-ld_classic options to the OTHER_LDFLAGS build in the project settings). Tried initialising basic Realm project on iOS 14.5 simulator.

If you are using RealmSwift via Cocoapods, -Wl,-ld_classic options must also be added to the OTHER_LDFLAGS in the Pods's project setting as well.

In addition to the -Wl, -ld_classic flags, go to Build Phases > Link Binary With Libraries, add SwiftUI and set it to Optional.

Also, be careful, there is an error in Realm latest changelog (-classic_ld instead of -ld_classic)

Oct 21. 2023 - performed full translation of web/help with AI help.

